home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / Shareware City / Utilities / Tower of Babel / Standard Dictionary < prev    next >
Encoding:
Text File  |  1995-06-17  |  2.3 KB  |  57 lines  |  [TEXT/ttxt]

  1. :    Tower of Babel -- File Name Dictionary
  2. :
  3. :    this file is a sample dictionary for the automatic translation of file names
  4. :
  5. :    you may edit this file with any text processing program
  6. :    (for example, TeachText or SimpleText)
  7. :
  8. :    Keep the following in mind:
  9. :
  10. :    -    each non-empty line should contain two corresponding file names separated
  11. :                by tabs (not spaces!)
  12. :    -    lines starting with a colon, as well as empty lines, are ignored (note that
  13. :                Macintosh file names mustn't contain colons, so there are no ambiguities)
  14. :    -    entries are not case sensitive; for example, "Letter to Mary" will also
  15. :                match a file named "letter to mary"
  16. :    -    translation works in both directions ("foo    bar" will translate "foo" into "bar"
  17. :                as well as "bar" into "foo")
  18. :    -    apart from tabs and colons, there are characters with a special meaning
  19. :                    ?        matches any character
  20. :                    *        matches any character sequence
  21. :                    \        the following character is taken literally; for example, \? matches
  22. :                                a question mark (and nothing else), \* matches an asterisk (and nothing
  23. :                                else), \\ matches the backslash character
  24. :
  25. :    -    if a line contains only one entry, Tower of Babel will notify you at startup
  26. :    -    avoid file names that are longer than 31 characters; they will be truncated
  27. :    -    avoid colons within file names; they will be replaced by hyphens
  28. :    -    be careful not to add unwanted spaces or tabs
  29. :
  30. :    Version 1.0 users may notice that the conventions have changed a bit;
  31. :    before using old dictionary files, run the Dictionary Updater program.
  32. :
  33. :    To verify that Tower of Babel has loaded a dictionary correctly, choose
  34. :    Dictionary Info from the Special menu
  35. :
  36. :    To use a dictionary other than "Standard Dictionary", select the file and choose
  37. :    Load Dictionary from the Special menu
  38.  
  39. :    here are some examples; feel free to delete them and add your own entries
  40. foo                                                                        bar
  41. * document                                            *.doc
  42.  
  43. From * To *                                        *'s Letter to *
  44. From Peter To *                        My Letter to *
  45.  
  46. :    note that "From Peter To Mary" would match both entries,
  47. :    but the second match, being more specific, is preferred
  48.  
  49. Whats up, Doc \?                    doc.doc
  50. :    note the backslash
  51.  
  52. :    â€¦and some bad examples
  53. File names with more than 31 characters will be truncated        truncate
  54. colons:are:replaced:by:hyphens                                                                                                                    no colons
  55.  avoid   unwanted   spaces                                                                                                                                 no spaces
  56.  
  57.